home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / tlaunch.exe / 0 / RCDATA / TFRM_ABOUT / TFRM_ABOUT.txt < prev   
Text File  |  1997-06-09  |  4KB  |  184 lines

  1. object frm_About: Tfrm_About
  2.   Left = 223
  3.   Top = 415
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 229
  8.   ClientWidth = 474
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label3: TLabel
  17.     Left = 248
  18.     Top = 54
  19.     Width = 217
  20.     Height = 17
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     Transparent = True
  29.   end
  30.   object Label4: TLabel
  31.     Left = 248
  32.     Top = 72
  33.     Width = 217
  34.     Height = 17
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 248
  46.     Top = 96
  47.     Width = 217
  48.     Height = 2
  49.   end
  50.   object Label5: TLabel
  51.     Left = 248
  52.     Top = 108
  53.     Width = 217
  54.     Height = 17
  55.     Alignment = taCenter
  56.     AutoSize = False
  57.     Caption = 'Written by Rodney M. Savard'
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object lab_RegName: TLabel
  65.     Left = 248
  66.     Top = 164
  67.     Width = 217
  68.     Height = 17
  69.     Alignment = taCenter
  70.     AutoSize = False
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object Label1: TLabel
  78.     Left = 248
  79.     Top = 148
  80.     Width = 217
  81.     Height = 17
  82.     Alignment = taCenter
  83.     AutoSize = False
  84.     Caption = 'Registered To:'
  85.     Font.Color = clBlack
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.   end
  91.   object Label6: TLabel
  92.     Left = 248
  93.     Top = 126
  94.     Width = 217
  95.     Height = 17
  96.     Alignment = taCenter
  97.     AutoSize = False
  98.     Caption = 'using Borland Delphi version 2.01'
  99.     Font.Color = clBlack
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ParentFont = False
  104.   end
  105.   object Panel1: TPanel
  106.     Left = 8
  107.     Top = 8
  108.     Width = 227
  109.     Height = 177
  110.     BevelOuter = bvLowered
  111.     TabOrder = 0
  112.     object img_SavSoft: TImage
  113.       Left = 1
  114.       Top = 1
  115.       Width = 225
  116.       Height = 175
  117.       Align = alClient
  118.       AutoSize = True
  119.       Picture.Data = {<image000.bmp>}
  120.     end
  121.   end
  122.   object pan_Logo: TPanel
  123.     Left = 248
  124.     Top = 8
  125.     Width = 217
  126.     Height = 39
  127.     BevelOuter = bvLowered
  128.     Caption = 'pan_Logo'
  129.     TabOrder = 1
  130.     object img_Logo: TImage
  131.       Left = 1
  132.       Top = 1
  133.       Width = 215
  134.       Height = 37
  135.       Align = alClient
  136.       AutoSize = True
  137.       Picture.Data = {<image001.bmp>}
  138.       Stretch = True
  139.     end
  140.   end
  141.   object cmd_OK: TBitBtn
  142.     Left = 392
  143.     Top = 192
  144.     Width = 74
  145.     Height = 29
  146.     TabOrder = 2
  147.     Kind = bkClose
  148.   end
  149.   object txt_EMail: TEdit
  150.     Left = 8
  151.     Top = 192
  152.     Width = 305
  153.     Height = 17
  154.     BorderStyle = bsNone
  155.     Color = clBtnFace
  156.     Ctl3D = True
  157.     Font.Color = clPurple
  158.     Font.Height = -11
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = []
  161.     ParentCtl3D = False
  162.     ParentFont = False
  163.     ReadOnly = True
  164.     TabOrder = 3
  165.   end
  166.   object txt_Web: TEdit
  167.     Left = 8
  168.     Top = 208
  169.     Width = 305
  170.     Height = 17
  171.     BorderStyle = bsNone
  172.     Color = clBtnFace
  173.     Ctl3D = True
  174.     Font.Color = clPurple
  175.     Font.Height = -11
  176.     Font.Name = 'MS Sans Serif'
  177.     Font.Style = []
  178.     ParentCtl3D = False
  179.     ParentFont = False
  180.     ReadOnly = True
  181.     TabOrder = 4
  182.   end
  183. end
  184.